div.leaguetable {
	/*max-width: 480px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

table.leaguetable td {
	width: 30px; 
	font-size: 12px;
	text-align: right;
}

table.leaguetable td.team {
	min-width: 195px; 
	text-align: left;
}


table.leaguetable td.pts {
	width: 40px; 
}

table.leaguetable td.table_title {
	text-decoration: underline; 
}

table.leaguetable td.note {
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

table.leaguetable tr.ntfc {
	font-weight: bold;
}